home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / Homerun_Rally_baseball.swf / scripts / DefineSprite_146 / frame_1 / DoAction.as
Text File  |  2005-01-07  |  143b  |  10 lines

  1. if(eval("/:hiscore20") < eval("/:homeruns") and eval("/:local") == "1")
  2. {
  3.    _visible = "1";
  4. }
  5. else
  6. {
  7.    _visible = "0";
  8.    stop();
  9. }
  10.